home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 16 / CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso / CUCD / Graphics / Ghostscript / source / cp.bat < prev    next >
DOS Batch File  |  1997-03-16  |  114b  |  11 lines

  1. @echo off
  2. if "%2"=="." goto ne
  3. erase _.tmp
  4. rem >_.tmp
  5. copy /B %1+_.tmp %2
  6. erase _.tmp
  7. goto x
  8. :ne
  9. copy /B %1 %2
  10. :x
  11.